Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate to eslint v9 #1024

Closed
wants to merge 4 commits into from
Closed

Conversation

nguyentoanit
Copy link
Contributor

As announced in our blog post, in ESLint v9.0.0, eslint.config.js is the new default configuration format. The previous format, eslintrc, is now deprecated and will not automatically be searched for.

To address: Update your configuration to the new format following the Configuration Migration Guide. In case you still need to use the deprecated eslintrc config format, set environment variable ESLINT_USE_FLAT_CONFIG to false.

@nguyentoanit nguyentoanit requested a review from moltar August 13, 2024 14:29
@nguyentoanit nguyentoanit self-assigned this Aug 13, 2024
@nguyentoanit nguyentoanit force-pushed the chore/migrate-to-eslint-v9 branch from 8c3ec35 to 611953e Compare September 5, 2024 07:58
@nguyentoanit
Copy link
Contributor Author

@moltar : Any idea to fix this issue:

ENOENT: no such file or directory, open 'node:path'

I think, Jest Polly couldn't find out the recording directory? 🤔

@moltar
Copy link
Contributor

moltar commented Sep 5, 2024

I think we actually don't need to migrate to ESLint v9 at all for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants